home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Toolbox / Visual Basic Toolbox (P.I.E.)(1996).ISO / forms / frmwiz / datatemp.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1995-01-28  |  2.8 KB  |  95 lines

  1. VERSION 2.00
  2. Begin Form DataTemp 
  3.    BackColor       =   &H00C0C0C0&
  4.    Caption         =   "Data Entry Template"
  5.    ClientHeight    =   3915
  6.    ClientLeft      =   1095
  7.    ClientTop       =   1485
  8.    ClientWidth     =   7500
  9.    Height          =   4320
  10.    HelpContextID   =   7
  11.    Left            =   1035
  12.    LinkTopic       =   "Form1"
  13.    ScaleHeight     =   3915
  14.    ScaleWidth      =   7500
  15.    Top             =   1140
  16.    Width           =   7620
  17.    Begin TextBox Fld2 
  18.       BackColor       =   &H00C0C0C0&
  19.       DataField       =   "Name"
  20.       DataSource      =   "Data1"
  21.       Height          =   315
  22.       HelpContextID   =   8
  23.       Left            =   2160
  24.       TabIndex        =   3
  25.       Text            =   "Text2"
  26.       Top             =   600
  27.       Width           =   3735
  28.    End
  29.    Begin TextBox Fld1 
  30.       BackColor       =   &H00C0C0C0&
  31.       DataField       =   "Name"
  32.       DataSource      =   "Data1"
  33.       Height          =   315
  34.       HelpContextID   =   9
  35.       Left            =   2160
  36.       MaxLength       =   1
  37.       TabIndex        =   2
  38.       Top             =   180
  39.       Width           =   3735
  40.    End
  41.    Begin SSPanel cMsg 
  42.       Align           =   2  'Align Bottom
  43.       Alignment       =   1  'Left Justify - MIDDLE
  44.       BevelInner      =   1  'Inset
  45.       BorderWidth     =   2
  46.       ForeColor       =   &H00FF0000&
  47.       Height          =   375
  48.       Left            =   0
  49.       TabIndex        =   0
  50.       Top             =   3540
  51.       Width           =   7500
  52.    End
  53.    Begin Data Data1 
  54.       BackColor       =   &H00FFFFFF&
  55.       Caption         =   "Enter Caption Here"
  56.       Connect         =   ""
  57.       DatabaseName    =   "E:\VB\BIBLIO.MDB"
  58.       Exclusive       =   0   'False
  59.       Height          =   270
  60.       Left            =   1860
  61.       Options         =   0
  62.       ReadOnly        =   0   'False
  63.       RecordSource    =   "Publishers"
  64.       Top             =   3180
  65.       Width           =   4035
  66.    End
  67.    Begin Label Lbl2 
  68.       Alignment       =   1  'Right Justify
  69.       AutoSize        =   -1  'True
  70.       BackColor       =   &H00C0C0C0&
  71.       Caption         =   "Field Label"
  72.       ForeColor       =   &H00FF0000&
  73.       Height          =   195
  74.       Left            =   60
  75.       TabIndex        =   4
  76.       Top             =   660
  77.       Width           =   2025
  78.    End
  79.    Begin Label Lbl1 
  80.       Alignment       =   1  'Right Justify
  81.       AutoSize        =   -1  'True
  82.       BackColor       =   &H00C0C0C0&
  83.       Caption         =   "Field Label"
  84.       ForeColor       =   &H00FF0000&
  85.       Height          =   195
  86.       Left            =   120
  87.       TabIndex        =   1
  88.       Top             =   240
  89.       Width           =   1935
  90.    End
  91. Option Explicit
  92. Sub Form_Load ()
  93.     Form3d Me
  94. End Sub
  95.